-
Re: Dreaming of a new feature syntax
I see the benefit, and something like that underneath might make sense, but I'm currently preferring to keep this a domain-specific language, because that's easier for non-programmers to get their he…2 -
Re: Work hygene
I think Macs have a Night Shift mode these days but I still swear by https://justgetflux.com2 -
Re: Dreaming of a new feature syntax
Some more ideas: * Specify classes using regular expressions. This allows you to use your glyph names to set up your classes: @MARKS = /\.mark/; * I'm moving from the idea of a "feature file&quo…2 -
Re: Dreaming of a new feature syntax
I always have to read mark positioning classes and rules two or three times to work out what they're actually saying. Maybe it's just me, but perhaps something like this would be clearer: anchors a {…1 -
Re: Workflow and Versioning
git works just fine with UFO files. In fact, git works particularly well with UFO files, because git is file-based and with UFO each glyph is a separate file. That means you get a per-glyph version h…1